home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Programming Languages Suite
/
ProgramD2.iso
/
Borland
/
Borland C++ V5.02
/
BOCOLE.PAK
/
BOCOLE.RC
< prev
next >
Wrap
Text File
|
1997-05-06
|
1KB
|
43 lines
//----------------------------------------------------------------------------
// ObjectComponents
// Copyright (c) 1994, 1996 by Borland International, All Rights Reserved
//
// $Revision: 2.7 $
//----------------------------------------------------------------------------
#include <ver.h>
#if !defined(BOCOLE_NAME)
# define BOCOLE_NAME "BOCOLE.DLL\000"
#endif
#if !defined(IDS_SAVEOBJ)
# define IDS_SAVEOBJ 32900
#endif
1 VERSIONINFO LOADONCALL MOVEABLE
FILEOS VOS__WINDOWS16
FILETYPE VFT_DLL
FILEVERSION 1, 1, 1, 86
PRODUCTVERSION 1, 1, 0, 0
BEGIN
BLOCK "StringFileInfo"
BEGIN
BLOCK "040904E4"
BEGIN
VALUE "CompanyName", "Borland International, Inc.\000\000"
VALUE "FileDescription", "Borland OLE2 Encapsulation Helper DLL\000"
VALUE "FileVersion", "1.13\000\000"
VALUE "InternalName", "BOLERO \0"
VALUE "LegalCopyright", "Copyright (c) 1994, 1996 by Borland International, Inc. All rights reserved.\000\000"
VALUE "OriginalFilename", BOCOLE_NAME
VALUE "ProductVersion", "5.01\000\000"
VALUE "SpecialBuild", "BC++ v5.01 \0"
END
END
END
STRINGTABLE LOADONCALL MOVEABLE DISCARDABLE
{
IDS_SAVEOBJ, "Save Object before closing?"
}